public interface CiscoRTPInputProperties
Modifier and Type | Method and Description |
---|---|
int |
getBitRate()
Returns the media bit rate.
|
boolean |
getEchoCancellation() |
java.net.InetAddress |
getLocalAddress() |
int |
getLocalPort() |
int |
getPacketSize()
Returns the packet size in milliseconds.
|
int |
getPayloadType()
Returns the payload format, which is one of the following constants:
|
java.net.InetAddress getLocalAddress()
int getLocalPort()
int getPacketSize()
int getPayloadType()
Returns the payload format, which is one of the following constants:
CiscoRTPPayload.G711ALAW64K
CiscoRTPPayload.G711ALAW56K
CiscoRTPPayload.G711ULAW64K
CiscoRTPPayload.G711ULAW56K
CiscoRTPPayload.G722_64K
CiscoRTPPayload.G722_56K
CiscoRTPPayload.G722_48K
CiscoRTPPayload.G7231
CiscoRTPPayload.G728
CiscoRTPPayload.G729
CiscoRTPPayload.G729ANNEXA
CiscoRTPPayload.ACY_G729AASSN
CiscoRTPPayload.DATA64
CiscoRTPPayload.DATA56
CiscoRTPPayload.GSM
CiscoRTPPayload.WIDEBAND_256K
CiscoRTPPayload.ISAC
CiscoRTPPayload
boolean getEchoCancellation()
int getBitRate()
Returns the media bit rate. In case if the payloadType is CiscoRTPPayload.ISAC, then bit rate is variable and applications should rely on the value returned by this API. The API returns one of the following constants:
CiscoRTPBitRate.R5_3
CiscoRTPBitRate.R6_4
CiscoRTPBitRate